home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / appl / playsoun.sit / PlaySound ∂ next >
Encoding:
Text File  |  1989-07-18  |  1.2 KB  |  29 lines  |  [TEXT/MWII]

  1. This document is simply to explain that PlaySound is the simplest sound
  2. playing program in existence (a bold statement that you will probably
  3. agree with after using it).  All it does is display the SFGetFile dialog and
  4. displays all data files of type FSSD, which happens to be the files created
  5. by SoundCap, SoundEdit, and SoundWave.  You pick one, and it plays it.  It
  6. knows about all three of these file types, so it will play the sounds at the
  7. correct speed in all cases except for SoundCap files which have no speed
  8. information in them.  In this case you should not be using SoundCap.  Try
  9. to use SoundWave instead.
  10.  
  11. In addition, there is a volume control in the dialog box.  If you can╒t figure
  12. out how it works then you probably don╒t have the intelligence to read
  13. this.
  14.  
  15. This version has a larger dialog box and calls StopSound more often to prevent cliff grazing.  It also has a SIZE resource for MultiFinder now.
  16.  
  17. PlaySound is copyright 1989 by Jon Pugh
  18.  
  19. PlaySound may be freely distributed but not sold.  Portions of PlaySound
  20. are copyrighted by Think Technologies since I wrote it in Lightspeed
  21. Pascal 2.0
  22.  
  23. I can be reached at pugh@nmfecc.arpa or (415) 423-4239.
  24.  
  25.  
  26.  
  27. Share and enjoy.
  28.  
  29.